CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - c 矩阵

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. 矩阵与向量

    0下载:
  2. 在c++矩阵和向量的运用-in the matrix and vector use
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:秦客
  1. 矩阵求逆的c语言算法

    1下载:
  2. 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:902
    • 提供者:ja20_09ck
  1. c/c++矩阵各种操作 逆矩阵

    0下载:
  2. c/c++矩阵各种操作 逆矩阵
  3. 所属分类:分形几何

    • 发布日期:2012-03-11
    • 文件大小:5758103
    • 提供者:allen_704
  1. 找鞍点

    0下载:
  2. 在一个矩阵中寻找鞍点,若一个元素是所在行的最大值,且是所在列的最小值,则为鞍点
  3. 所属分类:其他小程序

    • 发布日期:2012-05-21
    • 文件大小:499
    • 提供者:314142608
  1. luinverse.rar

    0下载:
  2. 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1411
    • 提供者:ruru
  1. nijuzheng 求矩阵的逆矩阵

    1下载:
  2. 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-27
    • 文件大小:2048
    • 提供者:guiyongmao
  1. c

    0下载:
  2. C语言的数值计算源代码集合,包括矩阵计算、方程求根、插值等算法-C language source code for a collection of numerical calculation, including the matrix calculation, equation Roots, interpolation algorithms。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:8709
    • 提供者:Royal
  1. C_sharp_Matrix_class

    0下载:
  2. 文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。-File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, e
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2698
    • 提供者:浩南
  1. mat_lib

    0下载:
  2. 二维矩阵方面的库- Two-dimensional matrix aspect storehouse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:124286
    • 提供者:站长
  1. Calculate

    0下载:
  2. 一个多功能计算器calc,包含了代数运算、矩阵运算等功能-A multi-function calculator calc, contains algebra, matrix operations and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:75152
    • 提供者:站长
  1. Matrix

    0下载:
  2. C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了-C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:213941
    • 提供者:
  1. c

    0下载:
  2. 本子程序根据所给的支路导纳及有关信息,形成结点--导纳矩阵,如打印参数K=1,则输出电导矩阵G和电纳矩B -Procedures based on the book of the slip road to the admittance and related information, the formation of node** admittance matrix, such as print parameters K = 1, the output conductance matrix G
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:18166
    • 提供者:张寒
  1. include

    0下载:
  2. C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试, C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试-this is a C language code aboue Matrix Invert and Transport, this is classic code about Matrix Invert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3714
    • 提供者:梁明
  1. inv

    0下载:
  2. 求二阶矩阵的逆 用C语言编程能够实现求矩阵的逆-For second-order inverse matrix programming using C language to realize the inverse matrix
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1035
    • 提供者:
  1. Matrix

    1下载:
  2. C++实现的矩阵类,可以很方便地调用,并附文档说明-Matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-06
    • 文件大小:36155
    • 提供者:liuli
  1. 矩阵链乘

    0下载:
  2. c++矩阵连乘问题得实现代码,c++实现(aj ksd hfjk ifo crv fsd s dsfsad df)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:297984
    • 提供者:10101
  1. Array

    0下载:
  2. C++矩阵存储表示,数据的矩阵存放实现,程序小巧简便,通俗易懂(C++ matrix storage representation, data matrix storage implementation)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:王联
  1. eigen-eigen-5a0156e40feb

    0下载:
  2. C++矩阵工具库,可以执行矩阵的加减乘除、矩阵的各种分解,矩阵的特征值和特征向量,速度适中(C++ matrix tool library, can perform various matrix decomposition, add, subtract, multiply and divide matrix, eigenvalue and eigenvector, moderate speed)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:3064832
    • 提供者:gcz1162
  1. C++矩阵运算类库(很实用)

    0下载:
  2. 该资料是使用c++语言实现矩阵运算类的运算过程,代码完整,可以完成调用,非常适合初学者学习(The information is the use of c++ language to achieve matrix operation class operation process, code integrity, can complete the call, very suitable for beginners to learn.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:20480
    • 提供者:Bigstrong
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com